Offline articles export v3 Schema
purchases Element
Offline articles export v3 Schema > root Element > products Element > product Element : purchases Element
Namespace (none)
Diagram
purchase Element Sequence purchases Element
Overview
Sequence
purchase 1..∞
Sequence
ordercode xs:string
suppliernumber xs:long
ordermultiplier xs:decimal
purchaseprice xs:decimal
grosspurchaseprice xs:decimal
netnetpurchaseprice xs:decimal
purchasepricetype xs:string
lastmodifieddatetime xs:dateTime
iscancelled xs:string
isactive xs:string
seasonprofilecode xs:string
purchasestatuscode xs:string
collectionamount xs:integer
Sequence optional
Sequence
Source
<xs:element name="purchases" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="purchase">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="ordercode" type="xs:string" />
            <xs:element name="suppliernumber" type="xs:long" />
            <xs:element name="purchaseunitbarcode" type="xs:long" />
            <xs:element name="ordermultiplier" type="xs:decimal" />
            <xs:element name="minimumorderquantity" type="xs:decimal" />
            <xs:element name="packageshortdescription" type="xs:string" />
            <xs:element name="dimensionshortdescription" />
            <xs:element name="purchaseunittopurchasecontentunitfactor" type="xs:decimal" />
            <xs:element name="contentunitpackageshortdescription" type="xs:string" />
            <xs:element name="contentunitdimensionshortdescription" type="xs:string" />
            <xs:element name="purchasecontentunittoconsumerunitfactor" type="xs:decimal" />
            <xs:element name="purchaseprice" type="xs:decimal" nillable="true" />
            <xs:element name="grosspurchaseprice" type="xs:decimal" nillable="true" />
            <xs:element name="netnetpurchaseprice" type="xs:decimal" nillable="true" />
            <xs:element name="netnetpurchasepricenote" />
            <xs:element name="purchasepriceperamount" type="xs:decimal" />
            <xs:element name="purchasepricetype" type="xs:string" />
            <xs:element name="organizationreference" />
            <xs:element name="lastmodifieddatetime" type="xs:dateTime" />
            <xs:element name="isavailableforordering" type="xs:string" />
            <xs:element name="ispreferredsupplierrow" type="xs:string" />
            <xs:element name="iscancelled" type="xs:string" />
            <xs:element name="isactive" type="xs:string" />
            <xs:element name="seasonprofilecode" type="xs:string" />
            <xs:element name="purchasestatuscode" type="xs:string" />
            <xs:element name="collectionbarcode" type="xs:long" />
            <xs:element name="collectionamount" type="xs:integer" />
            <xs:element name="collectionparentbarcode" type="xs:long" />
            <xs:element name="purchaseassortments">
              <xs:complexType>
                <xs:sequence minOccurs="0">
                  <xs:element maxOccurs="unbounded" name="purchaseassortment">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="assortmentcode" type="xs:string" />
                        <xs:element name="storetypedifferentationcode" type="xs:string" />
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
product Elementproducts Elementroot ElementOffline articles export v3 Schema